-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop vendored copy of LooseVersion #1587
Merged
jillr
merged 1 commit into
ansible-collections:main
from
tremble:deprecated/LooseVersion
Jul 25, 2023
Merged
Drop vendored copy of LooseVersion #1587
jillr
merged 1 commit into
ansible-collections:main
from
tremble:deprecated/LooseVersion
Jul 25, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tremble
force-pushed
the
deprecated/LooseVersion
branch
from
June 1, 2023 08:40
49cc58f
to
bb21ae1
Compare
tremble
force-pushed
the
deprecated/LooseVersion
branch
2 times, most recently
from
June 23, 2023 08:53
f6798d3
to
8cff71d
Compare
tremble
force-pushed
the
deprecated/LooseVersion
branch
from
July 6, 2023 05:06
8cff71d
to
cc89d99
Compare
ansibullbot
added
community_review
feature
This issue/PR relates to a feature request
module_utils
module_utils
needs_triage
plugins
plugin (any type)
python3
labels
Jul 12, 2023
recheck |
alinabuzachis
approved these changes
Jul 19, 2023
recheck |
@tremble this PR contains the following merge commits: Please rebase your branch to remove these commits. |
ansibullbot
added
merge_commit
This PR contains at least one merge commit. Please resolve!
needs_rebase
https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html
and removed
community_review
labels
Jul 24, 2023
tremble
force-pushed
the
deprecated/LooseVersion
branch
from
July 25, 2023 07:13
63b470e
to
8df9291
Compare
ansibullbot
added
community_review
and removed
merge_commit
This PR contains at least one merge commit. Please resolve!
needs_rebase
https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html
labels
Jul 25, 2023
@jillr can we manually merge this? The tests are just being flaky and being a dependency of AnsibleAWSModule it's triggering all the tests |
jillr
approved these changes
Jul 25, 2023
alinabuzachis
pushed a commit
to taehopark32/amazon.aws
that referenced
this pull request
Jul 31, 2023
krisek
pushed a commit
to krisek/amazon.aws
that referenced
this pull request
Aug 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
community_review
feature
This issue/PR relates to a feature request
mergeit
Merge the PR (SoftwareFactory)
module_utils
module_utils
needs_triage
plugins
plugin (any type)
python3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
distutils was deprecated and is planned to be removed in Python 3.12 (later this year). In preparation we vendored a copy of distutils.version (#599). Drop this vendored copy and move from distutils.version.LooseVersion to packaging.version.Version.
ISSUE TYPE
COMPONENT NAME
plugins/module_utils/botocore.py
ADDITIONAL INFORMATION
While packaging is not part of the base Python install, it is required by Ansible Core already.